home *** CD-ROM | disk | FTP | other *** search
- /* This is file include/miscfns.h created by Extract */
- /* Date: */
-
- /*-------------------------------*/
- /* Including from:source/library/misc.c */
-
- extern void ptk_fillareaset ARGS(( Pint numsets, Ppoint_list * sets));
-
- extern void ptk_fillareaset3 ARGS(( Pint numsets, Ppoint_list3 * sets));
-
- extern void ptk_inqcurelemtypesizecontent ARGS(( Pstore store,
- Pint * error, ptkselcontent * elcontent));
-
- extern void ptk_inqcurelemtype ARGS(( Pint * error, Pelem_type * eltype));
-
- extern void ptk_inqelemtypesizecontent ARGS(( Pint stid, Pint elemid,
- Pstore store, Pint * error,
- ptkselcontent * elcontent));
-
- extern void ptk_inqelemtype ARGS(( Pint stid, Pint elemid, Pint * error,
- Pelem_type * eltype));
-
- extern void ptk_pscale ARGS(( Ppoint * scalept, Pint * err, Pmatrix mat));
-
- extern void ptk_pscale3 ARGS(( Ppoint3 * scalept, Pint * err, Pmatrix3 mat));
-
- extern void ptk_psetcharup ARGS(( Ppoint * pt));
-
- extern void ptk_psetannotationcharup ARGS(( Ppoint * pt));
-
- extern void ptk_ptranslate ARGS(( Ppoint * tranpt, Pint * err, Pmatrix mat));
-
- extern void ptk_ptranslate3 ARGS(( Ppoint3 * tranpt, Pint * err,
- Pmatrix3 mat));
-
- extern void ptk_pbuildtran ARGS(( Ppoint * pt, Ppoint * shift,
- Pfloat angle, Ppoint * scale,
- Pint * err, Pmatrix mat));
-
- extern void ptk_pbuildtran3 ARGS(( Ppoint3 * pt, Ppoint3 * shift,
- Pfloat xangle, Pfloat yangle, Pfloat zangle,
- Ppoint3 * scale, Pint * err, Pmatrix3 mat));
-
- extern void ptk_pcomposetran ARGS(( Pmatrix mat, Ppoint * pt,
- Ppoint * shift, Pfloat angle, Ppoint * scale,
- Pint * err, Pmatrix result));
-
- extern void ptk_pcomposetran3 ARGS(( Pmatrix3 mat, Ppoint3 * pt,
- Ppoint3 * shift, Pfloat xangle, Pfloat yangle,
- Pfloat zangle, Ppoint3 * scale, Pint * err, Pmatrix3 result));
-
- extern void ptk_pevalvieworientationmatrix ARGS(( Ppoint * vrp, Ppoint * vup,
- Pint * err, Pmatrix mat));
-
- extern void ptk_pevalvieworientationmatrix3 ARGS(( Ppoint3 * vrp,
- Ppoint3 * vpn, Ppoint3 * vup, Pint * err,
- Pmatrix3 mat));
-